home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / sudoku20402212312006.psc / Super Sudoku Solver / frmStatus.frm < prev   
Text File  |  2006-12-30  |  1KB  |  49 lines

  1. VERSION 5.00
  2. Begin VB.Form frmStatus 
  3.    Caption         =   "Status"
  4.    ClientHeight    =   8190
  5.    ClientLeft      =   165
  6.    ClientTop       =   555
  7.    ClientWidth     =   11880
  8.    LinkTopic       =   "Form1"
  9.    MaxButton       =   0   'False
  10.    MinButton       =   0   'False
  11.    ScaleHeight     =   8190
  12.    ScaleWidth      =   11880
  13.    StartUpPosition =   3  'Windows Default
  14.    Begin VB.CommandButton btnClose 
  15.       Caption         =   "Close"
  16.       Height          =   495
  17.       Left            =   6000
  18.       TabIndex        =   1
  19.       Top             =   7680
  20.       Width           =   1695
  21.    End
  22.    Begin VB.TextBox txtStatus 
  23.       BeginProperty Font 
  24.          Name            =   "Courier New"
  25.          Size            =   9
  26.          Charset         =   0
  27.          Weight          =   400
  28.          Underline       =   0   'False
  29.          Italic          =   0   'False
  30.          Strikethrough   =   0   'False
  31.       EndProperty
  32.       Height          =   7575
  33.       Left            =   0
  34.       MultiLine       =   -1  'True
  35.       ScrollBars      =   2  'Vertical
  36.       TabIndex        =   0
  37.       Top             =   120
  38.       Width           =   13575
  39.    End
  40. End
  41. Attribute VB_Name = "frmStatus"
  42. Attribute VB_GlobalNameSpace = False
  43. Attribute VB_Creatable = False
  44. Attribute VB_PredeclaredId = True
  45. Attribute VB_Exposed = False
  46. Private Sub btnClose_Click()
  47.     Unload Me
  48. End Sub
  49.